home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / MapObject / mapobject_apply.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-18  |  207 b   |  11 lines

  1. #ifndef __MAPOBJECT_APPLY_H__
  2. #define __MAPOBJECT_APPLY_H__
  3.  
  4. extern gdouble imat[4][4];
  5. extern gfloat  rotmat[16];
  6.  
  7. void init_compute  (void);
  8. void compute_image (void);
  9.  
  10. #endif  /* __MAPOBJECT_APPLY_H__ */
  11.